home *** CD-ROM | disk | FTP | other *** search
- *** orig/gas-211/gas/config/tc-i386.h Sun May 30 18:51:48 1993
- --- src/gas-211/gas/config/tc-i386.h Sat Jun 26 18:33:16 1993
- ***************
- *** 32,37 ****
- --- 32,41 ----
- #ifdef TE_LINUX
- #define TARGET_FORMAT "a.out-i386-linux"
- #endif
- + #ifdef TE_GO32
- + /* #define TARGET_FORMAT "a.out-i386-go32" */
- + #define TARGET_FORMAT "coff-go32"
- + #endif
- #ifndef TARGET_FORMAT
- #define TARGET_FORMAT "a.out-i386"
- #endif
- ***************
- *** 62,68 ****
- #define NO_RELOC 0
- #define tc_coff_symbol_emit_hook(a) ; /* not used */
-
- ! #if !defined (TE_386BSD) && !defined (TE_LINUX)
- /* Local labels starts with .L */
- #define DOT_LABEL_PREFIX
- #endif
- --- 66,72 ----
- #define NO_RELOC 0
- #define tc_coff_symbol_emit_hook(a) ; /* not used */
-
- ! #if !defined (TE_386BSD) && !defined (TE_LINUX) && !defined(TE_GO32)
- /* Local labels starts with .L */
- #define DOT_LABEL_PREFIX
- #endif
-